PaperSize

public interface PaperSize<T extends PrintSettings>

Allows configuring the paper size for printing.

Implemented by concrete PrintSettings implementations that support configuring the paper size for printing.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract PaperSize paperSize()
Returns the paper size used by the printer.
public abstract T paperSize(PaperSize paperSize)
Configures the paper size for printing.